chore: fill template placeholders with project identity (Part A) - #24
Merged
Conversation
Replace load-bearing {{TOKEN}} placeholders across ~55 functional files with the real
project identity (hyperpolymath / gv-clade-index / Jonathan D.A. Jewell / MPL-2.0 / 2026)
plus derived descriptions, via controlled substitution over every {{...}} file EXCEPT
intentional templates.
Left untouched on purpose (placeholders are intentional there):
- .machine_readable/svc/k9/template-*.k9.ncl, svc/k9/examples/*, docs/decisions/0000-template.adoc,
.machine_readable/ai/PLACEHOLDERS.adoc, examples/web-project-deno.json
- token-documentation files: PROOF-NEEDS.md, container/README.adoc, container/0.1-AI-MANIFEST.a2ml,
the methodology.a2ml reject-if-contains rule, and the Justfile init recipe
- Just's own {{lowercase}} interpolations in the Justfile (only the {{OWNER}} template
defaults were filled)
Surgical fixes:
- .github/SECURITY.md + CODE_OF_CONDUCT.md: removed the "delete before publishing" template
instruction blocks; dropped PGP key/fingerprint refs (no PGP key offered)
- .github/.mailmap: dropped the empty alternate-email slot
Verified: no residual {{...}} outside the intentional set; changed TOML/YAML/CFF/JSON parse
(container/compose.toml uses a pre-existing selur-compose multi-line-inline-table dialect,
unchanged here); worker tests 37/37 still pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UCnxjXkN6uDj9YSANuGEgR
🔍 Hypatia Security ScanFindings: 39 issues detected
View findings[
{
"reason": "Issue in release.yml",
"type": "missing_timeout_minutes",
"file": "release.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in release.yml",
"type": "missing_timeout_minutes",
"file": "release.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in release.yml",
"type": "missing_timeout_minutes",
"file": "release.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in rhodibot.yml",
"type": "missing_timeout_minutes",
"file": "rhodibot.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in static-analysis-gate.yml",
"type": "missing_timeout_minutes",
"file": "static-analysis-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in static-analysis-gate.yml",
"type": "missing_timeout_minutes",
"file": "static-analysis-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in static-analysis-gate.yml",
"type": "missing_timeout_minutes",
"file": "static-analysis-gate.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
},
{
"reason": "Issue in instant-sync.yml",
"type": "secret_action_without_presence_gate",
"file": "instant-sync.yml",
"action": "peter-evans/repository-dispatch",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in scorecard.yml",
"type": "scorecard_wrapper_missing_job_permissions",
"file": "scorecard.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "high"
},
{
"reason": "Issue in codeql.yml",
"type": "codeql_missing_actions_language",
"file": "codeql.yml",
"action": "flag",
"rule_module": "workflow_audit",
"severity": "medium"
}
]Powered by Hypatia Neurosymbolic CI/CD Intelligence |
hyperpolymath
marked this pull request as ready for review
June 21, 2026 10:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Part A of the in-repo hygiene work (you chose "2 then 1"). The repo shipped with unfilled RSR template
{{TOKEN}}placeholders across ~55 functional files; this fills them with the real project identity so the repo reads as a real project, not a template.What
Controlled substitution over every
{{...}}file except intentional templates, mapping tokens to:hyperpolymath/gv-clade-index/Jonathan D.A. Jewell/j.d.a.jewell@open.ac.uk/MPL-2.0/2026/clade-registry-api/8080/ghcr.io/hyperpolymath/hyperpolymath.github.io, plus derived descriptions (purpose, lang-stack, build/test cmds, invariants).Deliberately left untouched (placeholders are intentional):
.machine_readable/svc/k9/template-*.k9.ncl,svc/k9/examples/*,docs/decisions/0000-template.adoc,.machine_readable/ai/PLACEHOLDERS.adoc,examples/web-project-deno.jsonPROOF-NEEDS.md,container/README.adoc,container/0.1-AI-MANIFEST.a2ml, themethodology.a2mlreject-if-containsrule, and theJustfileinit recipe{{lowercase}}interpolations (only the{{OWNER}}template defaults were filled)Surgical fixes:
.github/SECURITY.md+CODE_OF_CONDUCT.md: removed the "delete before publishing" instruction blocks; dropped PGP key/fingerprint references (no PGP key offered — GitHub Security Advisories is the primary channel).github/.mailmap: dropped the empty alternate-email slotVerified
{{...}}outside the intentional set.container/compose.tomluses a pre-existing selur-compose multi-line-inline-table dialect — unchanged here, fails stricttomllibonmaintoo).Part B (workflow-hardening) follows as a separate PR.
🤖 Generated with Claude Code
https://claude.ai/code/session_01UCnxjXkN6uDj9YSANuGEgR
Generated by Claude Code